home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TQTEMPLATESEDITOR / TQTEMPLATESEDITOR.txt
Text File  |  2004-10-12  |  3KB  |  162 lines

  1. object QTemplatesEditor: TQTemplatesEditor
  2.   Left = 204
  3.   Top = 173
  4.   HelpContext = 14029
  5.   ActiveControl = lItems
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Quick Templates'
  9.   ClientHeight = 301
  10.   ClientWidth = 536
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 8
  25.     Top = 48
  26.     Width = 52
  27.     Height = 13
  28.     Caption = '&Templates:'
  29.     FocusControl = lItems
  30.   end
  31.   object lAccount: TLabel
  32.     Left = 8
  33.     Top = 20
  34.     Width = 43
  35.     Height = 13
  36.     Caption = '&Account:'
  37.     FocusControl = cbUser
  38.   end
  39.   object bClose: TButton
  40.     Left = 440
  41.     Top = 268
  42.     Width = 89
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = '&Close'
  46.     ModalResult = 1
  47.     TabOrder = 5
  48.     OnClick = bCloseClick
  49.   end
  50.   object bAdd: TButton
  51.     Left = 440
  52.     Top = 68
  53.     Width = 89
  54.     Height = 25
  55.     Caption = '&New'
  56.     TabOrder = 1
  57.     OnClick = bAddClick
  58.   end
  59.   object bDel: TButton
  60.     Left = 440
  61.     Top = 108
  62.     Width = 89
  63.     Height = 25
  64.     Caption = '&Delete'
  65.     TabOrder = 2
  66.     OnClick = bDelClick
  67.   end
  68.   object bEdit: TButton
  69.     Left = 440
  70.     Top = 148
  71.     Width = 89
  72.     Height = 25
  73.     Caption = '&Edit'
  74.     Default = True
  75.     TabOrder = 3
  76.     OnClick = bEditClick
  77.   end
  78.   object cbUser: TComboBox
  79.     Left = 128
  80.     Top = 16
  81.     Width = 305
  82.     Height = 21
  83.     Style = csDropDownList
  84.     ItemHeight = 13
  85.     TabOrder = 6
  86.     OnChange = cbUserChange
  87.   end
  88.   object bHelp: TButton
  89.     Left = 440
  90.     Top = 204
  91.     Width = 89
  92.     Height = 25
  93.     Caption = '&Help'
  94.     TabOrder = 4
  95.     OnClick = bHelpClick
  96.   end
  97.   object pList: TPanel
  98.     Left = 7
  99.     Top = 65
  100.     Width = 426
  101.     Height = 228
  102.     BevelOuter = bvNone
  103.     TabOrder = 0
  104.     object lItems: TListView
  105.       Left = 0
  106.       Top = 0
  107.       Width = 426
  108.       Height = 228
  109.       Align = alClient
  110.       Columns = <
  111.         item
  112.           Caption = 'Handle'
  113.           Width = 120
  114.         end
  115.         item
  116.           Caption = 'Share'
  117.         end
  118.         item
  119.           Caption = 'Description'
  120.           Width = 100
  121.         end
  122.         item
  123.           Caption = 'New'
  124.         end
  125.         item
  126.           Caption = 'Reply'
  127.         end
  128.         item
  129.           Caption = 'Forward'
  130.         end>
  131.       ColumnClick = False
  132.       HideSelection = False
  133.       ReadOnly = True
  134.       RowSelect = True
  135.       PopupMenu = pMenu
  136.       TabOrder = 0
  137.       ViewStyle = vsReport
  138.       OnDblClick = bEditClick
  139.     end
  140.   end
  141.   object pMenu: TPopupMenu
  142.     Left = 468
  143.     Top = 24
  144.     object mEdit: TMenuItem
  145.       Caption = '&Edit'
  146.       Default = True
  147.       ShortCut = 13
  148.       OnClick = bEditClick
  149.     end
  150.     object mAdd: TMenuItem
  151.       Caption = '&Add'
  152.       ShortCut = 45
  153.       OnClick = bAddClick
  154.     end
  155.     object mDelete: TMenuItem
  156.       Caption = '&Delete'
  157.       ShortCut = 46
  158.       OnClick = bDelClick
  159.     end
  160.   end
  161. end
  162.